home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TDLGPROGRESS / TDLGPROGRESS.txt
Text File  |  2004-12-09  |  1KB  |  65 lines

  1. object dlgProgress: TdlgProgress
  2.   Left = 397
  3.   Top = 265
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Dialog'
  7.   ClientHeight = 113
  8.   ClientWidth = 297
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 297
  23.     Height = 113
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object Bevel1: TBevel
  27.       Left = 8
  28.       Top = 8
  29.       Width = 281
  30.       Height = 97
  31.       Shape = bsFrame
  32.     end
  33.     object lblmessage: TLabel
  34.       Left = 24
  35.       Top = 16
  36.       Width = 249
  37.       Height = 30
  38.       AutoSize = False
  39.       Layout = tlCenter
  40.       WordWrap = True
  41.     end
  42.     object Gauge: TGauge
  43.       Left = 24
  44.       Top = 48
  45.       Width = 249
  46.       Height = 33
  47.       Progress = 0
  48.     end
  49.   end
  50.   object Cancelbtn: TsitBitBtn
  51.     Left = 102
  52.     Top = 72
  53.     Width = 83
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 1
  59.     Visible = False
  60.     OnClick = CancelbtnClick
  61.     Images = frmMain.ImageList1
  62.     ImageIndex = 1
  63.   end
  64. end
  65.